home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
rollerrush
/
game.dcr
/
cars_24_fix the line.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
166 b
|
9 lines
global CarsInLine, gWaitPoints
on ReOrderWaitingLine
c = CarsInLine.count
repeat with b = 1 to c
sprite(CarsInLine[b]).loc = gWaitPoints[b]
end repeat
end